home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 1996 June
/
Software of the Month Club 1996 June.iso
/
mac
/
ISO9660
/
DOS
/
DTP
/
AURORA
/
COLOR.AML
< prev
next >
Wrap
Text File
|
1995-02-24
|
5KB
|
119 lines
// ───────────────────────────────────────────────────────────────────
// The Aurora Editor v2.0
// Copyright 1993-1995 nuText Systems. All Rights Reserved Worldwide.
//
// Blue-green color definitions (included by MAIN.AML)
//
// If you have made any changes, save this file and select 'Recompile
// the Editor' <alt f2> from the Set menu. Exit and re-enter the
// editor for your changes to take effect.
// ───────────────────────────────────────────────────────────────────
setpalette 1 (char
// background
color brightblue on gray // 1 screen background
// edit windows
color white on blue // 2 edit text
color white on blue // 3 edit modified text
color yellow on blue // 4 edit cursor line
color yellow on blue // 5 edit cursor line & modified text
color white on cyan // 6 edit text highlight
color brightcyan on blue // 7 edit end-of-text line
color white on green // 8 edit search highlight
color white on magenta // 9 edit search highlight in mark
color brightgreen on blue // 10 edit closed fold
color darkgray on brightgreen // 11 edit open fold top mark
color black on green // 12 edit open fold bot mark
color darkgray on gray // 13 edit border
color darkgray on brightgreen // 14 edit border flash
color gray on darkgray // 15 edit corner
color brightcyan on brightblue // 16 edit title bar
color yellow // 17 edit title bar controls
color black on gray // 18 edit menu
color brightgreen on gray // 19 edit menu flash
color red // 20 edit menu char highlight
color black on brightgreen // 21 edit menu bar highlight
color black on gray // 22 edit scroll bar
color darkgray on gray // 23 edit inactive border
color darkgray on gray // 24 edit inactive corner
color gray on brightblue // 25 edit inactive title
color black on gray // 26 edit inactive menu
color darkgray on gray // 27 edit inactive scroll
color 0 // 28 edit user-defined
color 0 // 29 edit user-defined
color 0 // 30 edit user-defined
// file manager windows
color white on green // 31 file mgr text
color black on brightgreen // 32 file mgr cursor line
color darkgray on green // 33 file mgr file-mark
color darkgray on brightgreen // 34 file mgr file-mark & cursor line
color darkgray on gray // 35 file mgr border
color darkgray on brightgreen // 36 file mgr border flash
color gray on darkgray // 37 file mgr corner
color white on green // 38 file mgr title bar
color yellow // 39 file mgr title bar controls
color black on gray // 40 file mgr menu
color brightgreen on gray // 41 file mgr menu flash
color red // 42 file mgr menu char highlight
color black on brightgreen // 43 file mgr menu bar highlight
color black on gray // 44 file mgr scroll
color darkgray on gray // 45 file mgr inactive border
color darkgray on gray // 46 file mgr inactive corner
color gray on green // 47 file mgr inactive title
color black on gray // 48 file mgr inactive menu
color darkgray on gray // 49 file mgr inactive scroll
color 0 // 50 file mgr user-defined
// prompts
// (-1=window title bar color)
color -1 // 51 prompt text
color black on gray // 52 prompt text highlight
color -1 // 53 prompt border
color brightgreen on gray // 54 prompt flash
color -1 // 55 prompt title
color -1 // 56 prompt controls
color 0 // 57 prompt user-defined
// dialog boxes
color black on gray // 58 dialog box
color white on gray // 59 dialog box active field
color red // 60 dialog box char highlight
color white on gray // 61 dialog box border
color brightgreen on gray // 62 dialog box flash
color yellow // 63 dialog box control
color black on green // 64 button
color white on green // 65 button active
color white on blue // 66 edit field
color white on cyan // 67 edit field highlight
color black on green // 68 edit field history tab
color black on cyan // 69 group box
color white on cyan // 70 group box active
)